Deactivate creating artefact, as broken on gitea right now
This commit is contained in:
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@@ -69,12 +69,12 @@ jobs:
|
||||
- name: Build PyPI package
|
||||
run: |
|
||||
python3 -m build
|
||||
- name: Archive distribution
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: linux-dist
|
||||
path: |
|
||||
dist/*.tar.gz
|
||||
# - name: Archive distribution
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: linux-dist
|
||||
# path: |
|
||||
# dist/*.tar.gz
|
||||
- name: Upload to PyPI
|
||||
run: |
|
||||
twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }} --skip-existing
|
||||
|
||||
Reference in New Issue
Block a user