mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 22:55:08 +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:
|
||||
name: wheels
|
||||
- uses: actions/setup-python@v4
|
||||
- name: Publish to PyPi
|
||||
- name: Publish to PyPI
|
||||
env:
|
||||
TWINE_USERNAME: __token__
|
||||
TWINE_PASSWORD: ${{ secrets.RUFF_TOKEN }}
|
||||
run: |
|
||||
pip install --upgrade twine
|
||||
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