Skip to content

Commit 41cb210

Browse files
committed
update ci
1 parent fb470f2 commit 41cb210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
release-crate:
8181
name: Release Crates.io
8282
runs-on: ubuntu-22.04
83-
if: ${{ startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/master') || startsWith(github.ref, 'refs/heads/dev-ci') }}
83+
# if: ${{ startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/master') || startsWith(github.ref, 'refs/heads/dev-ci') }}
8484
needs: [build, build-manylinux]
8585
steps:
8686
- uses: actions/checkout@v3
@@ -118,7 +118,7 @@ jobs:
118118
run: |
119119
cd rust
120120
pip install twine
121-
twine upload --skip-existing rust/dist/* -u $PYPI_USER -p $PYPI_PWD
121+
twine upload --skip-existing dist/* -u $PYPI_USER -p $PYPI_PWD
122122
env:
123123
PYPI_USER: __token__
124124
PYPI_PWD: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)