mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 07:04:53 +00:00
Upload wheels back to GitHub Releases (#884)
This commit is contained in:
parent
19ad6ab4f5
commit
bd08fc359d
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ruff.yaml
vendored
6
.github/workflows/ruff.yaml
vendored
|
@ -287,10 +287,14 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: wheels
|
name: wheels
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
- name: Publish to PyPi
|
- name: Publish to PyPI
|
||||||
env:
|
env:
|
||||||
TWINE_USERNAME: __token__
|
TWINE_USERNAME: __token__
|
||||||
TWINE_PASSWORD: ${{ secrets.RUFF_TOKEN }}
|
TWINE_PASSWORD: ${{ secrets.RUFF_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
pip install --upgrade twine
|
pip install --upgrade twine
|
||||||
twine upload --skip-existing *
|
twine upload --skip-existing *
|
||||||
|
- name: Publish to GitHub Releases
|
||||||
|
uses: softprops/action-gh-release@v1
|
||||||
|
with:
|
||||||
|
files: *
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue