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

@ -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 =