Skip to content

Commit 294580b

Browse files
authored
Merge pull request #121 from google-research/siriuz42-patch-1
Update main.yml
2 parents 764db57 + b79de5f commit 294580b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ jobs:
2121
python -m pip install --upgrade pip
2222
pip install poetry
2323
# 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
24+
# e.g. poetry version 0.1.${{ github.run_number }}
2425
- name: Set Version number
2526
run: |
26-
poetry version 0.1.${{ github.run_number }}
27+
poetry version 1.1.0
2728
- name: Build and Publish to PyPI
2829
run: |
2930
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
30-
poetry publish --build
31+
poetry publish --build

0 commit comments

Comments
 (0)