Skip to content

Commit

Permalink
revert test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
niyiyu committed Feb 27, 2024
1 parent f0200c3 commit 816b920
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
name: Test noisepy-seis package
needs: build-artifact
runs-on: ubuntu-20.04
permissions:
id-token: write
steps:
- uses: actions/setup-python@v4.5.0
name: Install Python
Expand All @@ -56,8 +54,9 @@ jobs:
ls -ltrh
ls -ltrh dist
- name: Publish to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@v1.8.5
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
verbose: true
skip-existing: true
Expand Down

0 comments on commit 816b920

Please sign in to comment.