Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Sep 4, 2023
1 parent 96a8952 commit 1820db3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
ref: 'v0.1.0'

- name: pypi
uses: IAlibay/pypi-deployment@main
uses: MDAnalysis/pypi-deployment@main
with:
token: ${{ secrets.PYPI_API_TOKEN }}
package_name: 'mda_xdrlib'
Expand All @@ -48,7 +48,7 @@ jobs:
ref: 'v0.1.0'

- name: testpypi
uses: IAlibay/pypi-deployment@main
uses: MDAnalysis/pypi-deployment@main
with:
token: ${{ secrets.TEST_PYPI_API_TOKEN }}
test_submission: true
Expand All @@ -68,7 +68,7 @@ jobs:
ref: '1.0.1'

- name: testpypi
uses: IAlibay/pypi-deployment@main
uses: MDAnalysis/pypi-deployment@main
with:
token: ${{ secrets.TEST_PYPI_API_TOKEN_GDF }}
test_submission: true
Expand Down

0 comments on commit 1820db3

Please sign in to comment.