Skip to content

Commit

Permalink
Reset to using secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneCmb committed May 15, 2021
1 parent 2c2ae1f commit 9e9d2ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
pip install setuptools wheel twine
- name: Build and publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
13 changes: 0 additions & 13 deletions .pypirc

This file was deleted.

0 comments on commit 9e9d2ca

Please sign in to comment.