My name doesn't print when using ACM's acmart package. Here is my code
%File: formatting-instruction.tex
\documentclass[sigconf]{acmart}
\setcopyright{acmcopyright}
\copyrightyear{2021}
\acmYear{2021}
\acmDOI{10.1145/1122445.1122456}
\usepackage{authblk}
\usepackage{upgreek}
\usepackage{pgfplots}
\usepackage{filecontents}
\usepackage{siunitx}
\usepackage{subcaption}
\usepackage{tikz}
\usepackage[section]{placeins}
\pgfplotsset{compat=newest} % Allows to place the legend below plot
\usepgfplotslibrary{units} % Allows to enter the units nicely
\usepackage{graphicx}
\DeclareRobustCommand{\bbone}{\text{\usefont{U}{bbold}{m}{n}1}}
\DeclareMathOperator{\EX}{\mathbb{E}}% expected value
\usepackage{times}
\usepackage{helvet}
\bibliography{Research_Paper}
\usepackage{courier}
\usepackage{amsmath}
\frenchspacing
\setlength{\pdfpagewidth}{8.5in}
\setlength{\pdfpageheight}{11in}
\author{ABC}
\email{abc@abc.edu}
\affiliation{%
\institution{Institution}
\streetaddress{Address}
\city{City}
\state{State}
\country{USA}
\postcode{51234}
}
\setcounter{secnumdepth}{0}
\title{Stuff researchers do in their busy time}
\begin{document}
\maketitle
\begin{abstract}
\begin{quote}
Stuff
\end{quote}
\end{abstract}
Why doesn't my name print?
\end{document}

authblkpackage in combination with theacmartclass. What do you want to use that package for? – leandriis Jun 04 '21 at 07:11