Skip to content

Commit

Permalink
Merge pull request #78 from illuin-tech/fix-ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
Aegdesil authored Feb 12, 2024
2 parents 2d14bba + 4b3ba1d commit 7bd2107
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 @@ -77,6 +77,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 7bd2107

Please sign in to comment.