Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5a893f7

Browse files
committed
repository
1 parent63e7486 commit5a893f7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

‎.github/workflows/build_linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
PYPI_PASSWORD:${{ secrets.TEST_PYPI_PASSWORD }}
2626
run:|
2727
echo -e '[pypitest]' >> ~/.pypirc
28+
echo -e 'repository: https://test.pypi.org/legacy/' >> ~/.pypirc
2829
echo -e "username=${PYPI_USERNAME}" >> ~/.pypirc
2930
echo -e "password=${PYPI_PASSWORD}" >> ~/.pypirc
3031
-name:Publish to PyPI

‎.github/workflows/build_win_mac.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
PYPI_PASSWORD:${{ secrets.TEST_PYPI_PASSWORD }}
3636
run:|
3737
echo '[pypitest]' >> ~/.pypirc
38+
echo 'repository: https://test.pypi.org/legacy/' >> ~/.pypirc
3839
echo "username=${PYPI_USERNAME}" >> ~/.pypirc
3940
echo "password=${PYPI_PASSWORD}" >> ~/.pypirc
4041
-name:Publish to PyPI

‎.github/workflows/make_sdist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
PYPI_PASSWORD:${{ secrets.TEST_PYPI_PASSWORD }}
2929
run:|
3030
echo -e '[pypitest]' >> ~/.pypirc
31+
echo -e 'repository: https://test.pypi.org/legacy/' >> ~/.pypirc
3132
echo -e "username=${PYPI_USERNAME}" >> ~/.pypirc
3233
echo -e "password=${PYPI_PASSWORD}" >> ~/.pypirc
3334
-name:Publish to PyPI

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp