Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit cd2d5b5

Browse files
Update python-publish.yml
1 parent c33a099 commit cd2d5b5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
run: |
1818
python -m pip install --upgrade pip
1919
pip install setuptools wheel twine bump2version
20-
- name: Bump Version
21-
run: |
22-
bump2version minor --verbose
2320
- name: Build and publish
2421
env:
2522
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

0 commit comments

Comments
 (0)