mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 07:04:53 +00:00
Revert "Upload wheels back to GitHub Releases (#884)"
This reverts commit bd08fc359d
.
This commit is contained in:
parent
58aac21a36
commit
72a9bd3cfb
1 changed files with 1 additions and 5 deletions
6
.github/workflows/ruff.yaml
vendored
6
.github/workflows/ruff.yaml
vendored
|
@ -287,14 +287,10 @@ 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