mirror of https://github.com/astral-sh/ruff
Revert "Upload wheels back to GitHub Releases (#884)"
This reverts commit bd08fc359d.
This commit is contained in:
parent
58aac21a36
commit
72a9bd3cfb
|
|
@ -287,14 +287,10 @@ 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…
Reference in New Issue