We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53782a commit a53d577Copy full SHA for a53d577
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v3
11
- run: |
12
sudo apt-get install python3-venv make
13
- pip3 install --upgrade pip wheel twine setuptools
+ pip3 install --upgrade pip wheel twine
14
- run: make release
15
- run: make release-test
16
- name: Publish a Python distribution to PyPI
0 commit comments