Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Update to 1.1.x versions.
  • Loading branch information
siriuz42 authored Aug 6, 2024
1 parent 764db57 commit b79de5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
# use the hardcoded version number for now. if this is merged to the main repo, you can uncomment these lines to automatically tag the version number with the github run number
# e.g. poetry version 0.1.${{ github.run_number }}
- name: Set Version number
run: |
poetry version 0.1.${{ github.run_number }}
poetry version 1.1.0
- name: Build and Publish to PyPI
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
poetry publish --build
poetry publish --build

0 comments on commit b79de5f

Please sign in to comment.