Move pypirc file location to local folder
Some checks failed
Some checks failed
This commit is contained in:
@ -59,6 +59,6 @@ jobs:
|
||||
python write_pypirc.py ${{secrets.PYPI_TOKEN}}
|
||||
- name: Upload to PyPI
|
||||
run: |
|
||||
twine upload pipy dist/*
|
||||
twine upload -r pipy --config-file .pypirc dist/*
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user