Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
habedi committed Jun 30, 2024
1 parent d8b269a commit d3ea107
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ jobs:
run: |
poetry version patch # Use 'minor' or 'major' for minor or major version bumps
- name: Build Package
run: |
poetry build
- name: Publish Package
- name: Build and Publish Package
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
poetry publish
poetry publish --build

0 comments on commit d3ea107

Please sign in to comment.