Skip to content

Commit

Permalink
Merge pull request #64 from illuin-tech/fix-release
Browse files Browse the repository at this point in the history
Fix release tag
  • Loading branch information
Aegdesil authored Nov 3, 2023
2 parents dd0ac02 + 1e24d7a commit 00c6178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
sed -i "s|version=\"0.0.0\"|version=\"${GITHUB_REF##*/}\"|g" pyproject.toml
sed -i "s|version = \"0.0.0\"|version = \"${GITHUB_REF##*/}\"|g" pyproject.toml
python -m build
twine upload dist/*

0 comments on commit 00c6178

Please sign in to comment.