Skip to content

Commit

Permalink
fix: CI tests and prerelease (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
hel-kame authored Jul 22, 2024
1 parent 5d75cad commit 5bf8e73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
- run: poetry config repositories.test-pypi https://test.pypi.org/legacy/
- run: poetry config pypi-token.test-pypi ${{ secrets.TEST_PYPI_API_TOKEN }}
- run: poetry build -f sdist
- run: poetry publish -r test-pypi
- run: poetry publish -r test-pypi --skip-existing
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
- run: pipx inject poetry poetry-monorepo-dependency-plugin
- run: poetry config pypi-token.pypi "${{ secrets.PYPI_API_KEY }}"
- run: poetry build -f sdist
- run: poetry publish
- run: poetry publish --skip-existing
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
run: |
wget https://github.com/0xSpaceShard/starknet-devnet-rs/releases/download/v0.1.2/starknet-devnet-x86_64-unknown-linux-gnu.tar.gz
tar -xf starknet-devnet-x86_64-unknown-linux-gnu.tar.gz
echo "$HOME/.local/bin" >> $GITHUB_PATH
echo "$PWD/starknet-devnet" >> $GITHUB_PATH
rm starknet-devnet-x86_64-unknown-linux-gnu.tar.gz
- name: Run tests
Expand Down

0 comments on commit 5bf8e73

Please sign in to comment.