Move pypirc file location to local folder
Some checks failed
Release workflow / single_test (3.13.3) (push) Successful in 10s
Gitea Actions Demo / build_test (3.13.3) (push) Successful in 10s
Release workflow / Build wheels for PyPI (3.13.3) (push) Failing after 8s
Gitea Actions Demo / release-test (push) Successful in 2s

This commit is contained in:
Jakob Lass 2025-04-11 15:55:33 +02:00
parent 500817be6b
commit 04b74debf9
2 changed files with 2 additions and 2 deletions

View File

@ -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/*

View File

@ -2,7 +2,7 @@ import sys
def write_file(token):
with open('~/.pypirc','w') as f:
with open('.pypirc','w') as f:
f.writelines(f"""
[distutils]
index-servers =