hdmf-dev / hdmf-zarr

Zarr I/O backend for HDMF
https://hdmf-zarr.readthedocs.io/
Other
7 stars 7 forks source link

[Bug]: DeployRelease #110

Closed mavaylon1 closed 6 months ago

mavaylon1 commented 1 year ago

What happened?

I made a release that had a bug due to using 3.10 tox tests instead of 3.11. We merged a fix to that. I did a manual release but noticed that the password secret for PYPI was being sliced at a special character. I am assuming the fact it failed was due to me doing a manually release earlier and it existing on PYPI already. As a result, this bug report is to be a point of reference for the next release if it fails. If it passes, this bug will be removed.

Steps to Reproduce

Run the workflow for deploy_release

Traceback

Successfully installed Pygments-2.15.1 SecretStorage-3.3.3 bleach-6.0.0 certifi-2023.7.22 cffi-1.15.1 charset-normalizer-3.2.0 cryptography-41.0.2 docutils-0.20.1 idna-3.4 importlib-metadata-6.8.0 jaraco.classes-3.3.0 jeepney-0.8.0 keyring-24.2.0 markdown-it-py-3.0.0 mdurl-0.1.2 more-itertools-9.1.0 pkginfo-1.9.6 pycparser-2.21 readme-renderer-40.0 requests-2.31.0 requests-toolbelt-1.0.0 rfc3986-2.0.0 rich-13.4.2 six-1.16.0 twine-4.0.2 urllib3-2.0.4 webencodings-0.5.1 zipp-3.16.2
hdmf_zarr-0.3.0-py3-none-any.whl
hdmf_zarr-0.3.0.tar.gz
/home/runner/work/_temp/3aa02331-9c9c-4b3b-ae0b-61969c85efb9.sh: line 4: M7je3: command not found
usage: twine upload [-h] [-r REPOSITORY] [--repository-url REPOSITORY_URL]
                    [-s] [--sign-with SIGN_WITH] [-i IDENTITY] [-u USERNAME]
                    [-p PASSWORD] [--non-interactive] [-c COMMENT]
                    [--config-file CONFIG_FILE] [--skip-existing]
                    [--cert path] [--client-cert path] [--verbose]
                    [--disable-progress-bar]
                    dist [dist ...]
twine upload: error: the following arguments are required: dist

Operating System

Linux

Python Executable

Python

Python Version

3.11

Package Versions

No response

Code of Conduct