Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
35d39735
Commit
35d39735
authored
Jun 17, 2024
by
赵小蒙
Browse files
update pypi upload logic
parent
e57a9d87
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
.github/workflows/python-package.yml
.github/workflows/python-package.yml
+4
-5
No files found.
.github/workflows/python-package.yml
View file @
35d39735
...
...
@@ -119,8 +119,7 @@ jobs:
files
:
'
./dist/*.whl'
env
:
GITHUB_TOKEN
:
${{ secrets.RELEASE_TOKEN }}
-
name
:
Publish to PyPI
uses
:
pypa/gh-action-pypi-publish@release/v1
with
:
user
:
__token__
password
:
${{ secrets.PYPI_TOKEN }}
-
name
:
Publish distribution to PyPI
run
:
|
twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment