Skip to content

Commit 4458112

Browse files
authored
Update python-package.yml
1 parent b3656e4 commit 4458112

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,3 @@ jobs:
3636
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3737
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3838
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
39-
40-
41-
- name: Build binary wheel and a source tarball
42-
run: |
43-
python setup.py sdist
44-
45-
pypi-publish:
46-
name: upload release to PyPI
47-
runs-on: ubuntu-latest
48-
# Specifying a GitHub environment is optional, but strongly encouraged
49-
environment: pypi
50-
permissions:
51-
# IMPORTANT: this permission is mandatory for Trusted Publishing
52-
id-token: write
53-
steps:
54-
# retrieve your distributions here
55-
56-
- name: Publish package distributions to PyPI
57-
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)