Skip to content

Commit e51a1b8

Browse files
committed
Remove unused items
1 parent 524c800 commit e51a1b8

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@ jobs:
3333
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3434
with:
3535
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-
run: |
43-
ACTUAL_VERSION=$(python3 -m setuptools_scm)
44-
echo "SETUPTOOLS_SCM_PRETEND_VERSION=${ACTUAL_VERSION}" >> $GITHUB_ENV
4536
- name: Build a binary wheel and a source tarball
4637
run: python3 -m build
4738
- name: Store the distribution packages

0 commit comments

Comments
 (0)