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
85489f6c
Commit
85489f6c
authored
Mar 04, 2024
by
myhloli
Committed by
GitHub
Mar 04, 2024
Browse files
Update python-package.yml
parent
7a0d8076
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
.github/workflows/python-package.yml
.github/workflows/python-package.yml
+5
-5
No files found.
.github/workflows/python-package.yml
View file @
85489f6c
...
@@ -62,8 +62,8 @@ jobs:
...
@@ -62,8 +62,8 @@ jobs:
files
:
'
./dist/*.whl'
files
:
'
./dist/*.whl'
env
:
env
:
GITHUB_TOKEN
:
${{ secrets.RELEASE_TOKEN }}
GITHUB_TOKEN
:
${{ secrets.RELEASE_TOKEN }}
-
name
:
Publish to PyPI
#
- name: Publish to PyPI
uses
:
pypa/gh-action-pypi-publish@release/v1
#
uses: pypa/gh-action-pypi-publish@release/v1
with
:
#
with:
user
:
__token__
#
user: __token__
password
:
${{ secrets.PYPI_TOKEN }}
#
password: ${{ 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