Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aiwantaozi committed Nov 21, 2024
1 parent 305de1b commit ecee314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.CI_PYPI_API_TOKEN }}
PUBLISH_SOURCE: ${{ matrix.os == 'linux' && '1' || '' }}
TWINE_REPOSITORY: ${{ vars.CI_PYPI_REPOSITORY || '' }}
PUBLISH_SOURCE: ${{ matrix.os == 'linux' && '1' || '' }}
run: |
make publish-pypi
Expand Down
2 changes: 1 addition & 1 deletion hack/publish-pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ fi
# shellcheck disable=SC2086
poetry run twine check $DIST
# shellcheck disable=SC2086
poetry run twine upload $DIST
poetry run twine upload $DIST --verbose

0 comments on commit ecee314

Please sign in to comment.