Skip to content

Commit

Permalink
Merge pull request #121 from google-research/siriuz42-patch-1
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
rajatsen91 authored Aug 7, 2024
2 parents 764db57 + b79de5f commit 294580b
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 294580b

Please sign in to comment.