We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524c800 commit e51a1b8Copy full SHA for e51a1b8
1 file changed
.github/workflows/python-publish.yml
@@ -33,15 +33,6 @@ jobs:
33
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
34
with:
35
python-version: '3.x'
36
- - name: Install dependencies
37
- run: |
38
- python -m pip install --upgrade pip
39
- pip install setuptools setuptools_scm build --user
40
- - name: Set unique version for TestPyPI
41
- if: github.event_name != 'release'
42
43
- ACTUAL_VERSION=$(python3 -m setuptools_scm)
44
- echo "SETUPTOOLS_SCM_PRETEND_VERSION=${ACTUAL_VERSION}" >> $GITHUB_ENV
45
- name: Build a binary wheel and a source tarball
46
run: python3 -m build
47
- name: Store the distribution packages
0 commit comments