Skip to content

Commit

Permalink
Merge pull request #151 from CITCOM-project/pypi_action_setuptools_ve…
Browse files Browse the repository at this point in the history
…rsion

Pypi action setuptools version
  • Loading branch information
christopher-wild authored Mar 3, 2023
2 parents 56a69a3 + 0bb89ad commit be1c55e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pip3 install .
pip3 install .[pypi]
pip3 install build
pip3 install setuptools>=64
pip3 install setuptools --upgrade
pip3 install setuptools_scm
- name: Build Package
run: |
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/publish-to-test-pypi.yaml

This file was deleted.

0 comments on commit be1c55e

Please sign in to comment.