We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeffea1 commit f272939Copy full SHA for f272939
1 file changed
.github/workflows/build_test_and_push.yml
@@ -44,14 +44,8 @@ jobs:
44
with:
45
run: coverage run -m unittest discover -s test -p "Test*.py"
46
working-directory: ./ #optional
47
- - name: Publish evcouplings to test PyPI
48
- if: startsWith(github.ref, 'refs/tags')
49
- uses: pypa/gh-action-pypi-publish@master
50
- with:
51
- password: ${{ secrets.PYPI_ACCESS_TOKEN_TEST }}
52
- repository_url: https://test.pypi.org/legacy/
53
- name: Publish evcouplings to PyPI
54
55
+ uses: pypa/gh-action-pypi-publish@v1.9.0
56
+ user: __token__
57
password: ${{ secrets.PYPI_ACCESS_TOKEN }}
0 commit comments