File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,9 +141,9 @@ jobs:
141141 source .venv/bin/activate
142142 export VERSION=$(cat VERSION)
143143 gpg --detach-sign --local-user $GPG_SIGNING_KEYID --pinentry-mode loopback --passphrase $GPG_SIGNING_PASSPHRASE -a dist/stripe-$VERSION.tar.gz
144- gpg --detach-sign --local-user $GPG_SIGNING_KEYID --pinentry-mode loopback --passphrase $GPG_SIGNING_PASSPHRASE -a dist/stripe-$VERSION-py2. py3-none-any.whl
144+ gpg --detach-sign --local-user $GPG_SIGNING_KEYID --pinentry-mode loopback --passphrase $GPG_SIGNING_PASSPHRASE -a dist/stripe-$VERSION-py3-none-any.whl
145145
146- python -m twine upload --verbose dist/stripe-$VERSION.tar.gz dist/stripe-$VERSION-py2. py3-none-any.whl dist/stripe-$VERSION.tar.gz.asc dist/stripe-$VERSION-py2. py3-none-any.whl.asc
146+ python -m twine upload --verbose dist/stripe-$VERSION.tar.gz dist/stripe-$VERSION-py3-none-any.whl dist/stripe-$VERSION.tar.gz.asc dist/stripe-$VERSION-py3-none-any.whl.asc
147147 env :
148148 GPG_SIGNING_KEYID : ${{ secrets.GPG_SIGNING_KEYID }}
149149 TWINE_USERNAME : ${{ secrets.TWINE_USERNAME }}
You can’t perform that action at this time.
0 commit comments