Skip to content

Commit e38c2e0

Browse files
committed
update CI scripts with tokens for real repo uploads
1 parent 5aac1d0 commit e38c2e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
- name: Upload to anaconda.org
4040
# to publish when a GitHub Release is created:
4141
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
42+
run: anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload -u pysces ./build_output/*/pysces*.tar.bz2

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ jobs:
9393
- uses: pypa/[email protected]
9494
with:
9595
user: __token__
96-
password: ${{ secrets.TESTPYPI_TOKEN }}
97-
repository_url: https://test.pypi.org/legacy/
96+
password: ${{ secrets.PYPI_TOKEN }}
97+
# repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)