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

Commit415f2e1

Browse files
authored
Merge pull request#12 from postgresml/levkk-again
third time is the charm
2 parents446eda2 +f0b6416 commit415f2e1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

‎.github/workflows/python-publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ jobs:
1919
-name:Install dependencies
2020
run:|
2121
python -m pip install --upgrade pip
22-
pip install build
22+
pip install build twine wheel
2323
-name:Build package
2424
run:python -m build
2525
-name:Publish package
26-
uses:pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
27-
with:
28-
user:__token__
29-
password:${{ secrets.PYPI_API_TOKEN }}
26+
run:twine upload -u __token__ -p ${{ secrets.PYPI_API_TOKEN }} dist/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp