Skip to content

Commit

Permalink
Dynamic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Weichart committed Sep 11, 2024
1 parent ca415d1 commit ca9b928
Show file tree
Hide file tree
Showing 3 changed files with 880 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
pypi_token: ${{ secrets.TEST_PYPI_TOKEN }}
repository_name: "tetris-gymnasium"
repository_url: "https://test.pypi.org/legacy/"
plugins: "poetry-dynamic-versioning[plugin]"

- name: Build and publish to PyPI
if: "!github.event.release.prerelease"
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
repository_name: "tetris-gymnasium"
plugins: "poetry-dynamic-versioning[plugin]"
Loading

0 comments on commit ca9b928

Please sign in to comment.