Skip to content

Commit

Permalink
Merge pull request #126 from AstuteSource/automatic-version-update
Browse files Browse the repository at this point in the history
Automatic version update
  • Loading branch information
MilesF25 authored Dec 12, 2023
2 parents d51460c + 4a42852 commit 61059c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
python-version: 3.11
- run: |
pip install poetry
poetry version ${GITHUB_REF##*/v}
poetry build
- uses: actions/upload-artifact@v3
with:
Expand All @@ -31,4 +32,4 @@ jobs:
- name: Publish Package Distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages_dir: artifact/
packages_dir: artifact/

0 comments on commit 61059c9

Please sign in to comment.