Skip to content

Commit

Permalink
use new pypi token login
Browse files Browse the repository at this point in the history
  • Loading branch information
Evidlo committed Feb 29, 2024
1 parent 8b32afc commit 508691e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -15,7 +15,7 @@ release: lock dist
echo "Changelog doesn't seem to be updated! Quitting..."
exit 1
fi
twine upload dist/pykeepass-$(version)*
twine upload -u __token__ dist/pykeepass-$(version)*
gh release create pykeepass-$(version) dist/pykeepass-$(version)*

.PHONY: lock
Expand Down

0 comments on commit 508691e

Please sign in to comment.