Skip to content

Commit f390021

Browse files
Merge pull request #65 from compomics/change_gha
change pypi to token
2 parents d2bbfda + 9158350 commit f390021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
flake8 ./deeplc --count --select=E9,F63,F7,F82 --show-source --statistics
2424
- name: Build and publish to PyPI
2525
env:
26-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
26+
TWINE_USERNAME: __token__
2727
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2828
run: |
2929
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)