403 trying to upload hackage package candidate

Hi, After running 'cabal sdist', I tried to upload a package candidate for direct-sqlite and got an inexplicable error. Any idea how I should proceed? You can see that I am one of the maintainers here: https://hackage.haskell.org/package/direct-sqlite/maintainers/ $ cabal upload -u jchia -P 'cat /tmp/pw' /home/jchia/gh/direct-sqlite/dist-newstyle/sdist/direct-sqlite-2.3.27.tar.gz Uploading /home/jchia/gh/direct-sqlite/dist-newstyle/sdist/direct-sqlite-2.3.27.tar.gz... Error uploading /home/jchia/gh/direct-sqlite/dist-newstyle/sdist/direct-sqlite-2.3.27.tar.gz: http code 403 Error: Forbidden No access for this resource.

On Wed, Jun 1, 2022 at 7:22 AM ☂Josh Chia (謝任中)
$ cabal upload -u jchia -P 'cat /tmp/pw' /home/jchia/gh/direct-sqlite/dist-newstyle/sdist/direct-sqlite-2.3.27.tar.gz
I think the single quotes (') there are intended to be backquotes (`). -- brandon s allbery kf8nh allbery.b@gmail.com

I think the -P usage is correct. The error is 403, not 401. But I think the
problem is that I'm somehow not in the "package uploaders" group.
$ cabal upload --help
Uploads source packages or documentation to Hackage.
...
-p, --password=PASSWORD Hackage password.
-P, --password-command=PASSWORD
Command to get Hackage password.
On Wed, Jun 1, 2022 at 7:33 PM Brandon Allbery
On Wed, Jun 1, 2022 at 7:22 AM ☂Josh Chia (謝任中)
wrote: $ cabal upload -u jchia -P 'cat /tmp/pw' /home/jchia/gh/direct-sqlite/dist-newstyle/sdist/direct-sqlite-2.3.27.tar.gz
I think the single quotes (') there are intended to be backquotes (`).
-- brandon s allbery kf8nh allbery.b@gmail.com
participants (2)
-
Brandon Allbery
-
☂Josh Chia (謝任中)