Skip to content

Commit

Permalink
Add release step to build workflow (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo authored Jun 24, 2024
1 parent 1232184 commit fb2472a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ jobs:

- name: Build
run: python -m build

- name: Upload to PyPi
env:
TWINE_USERNAME: ${{ secrets.PYPI_UYSERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: twine upload dist/*
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
build >= 1.2.0
cyclonedx-bom == 3.11.7
flake8 >= 7.0.0
requests >= 2.32.0
setuptools >= 70.0.0
cyclonedx-bom == 3.11.7
twine >= 5.1.0

0 comments on commit fb2472a

Please sign in to comment.