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 5aac1d0 commit e38c2e0Copy full SHA for e38c2e0
.github/workflows/build-conda.yml
@@ -39,4 +39,4 @@ jobs:
39
- name: Upload to anaconda.org
40
# to publish when a GitHub Release is created:
41
if: github.event_name == 'release' && github.event.action == 'released'
42
- run: anaconda -t ${{ secrets.ANACONDA_JMROHWER_TOKEN }} upload -u jmrohwer ./build_output/*/pysces*.tar.bz2
+ run: anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload -u pysces ./build_output/*/pysces*.tar.bz2
.github/workflows/cibuildwheel.yml
@@ -93,5 +93,5 @@ jobs:
93
- uses: pypa/[email protected]
94
with:
95
user: __token__
96
- password: ${{ secrets.TESTPYPI_TOKEN }}
97
- repository_url: https://test.pypi.org/legacy/
+ password: ${{ secrets.PYPI_TOKEN }}
+# repository_url: https://test.pypi.org/legacy/
0 commit comments