Skip to content

Commit bbbbb84

Browse files
committed
2.2.0rc1
1 parent 227cd7d commit bbbbb84

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Install dependencies
3636
run: |
37-
python -m pip install build cibuildwheel twine
37+
python -m pip install build cibuildwheel
3838
3939
- name: Build pure python package
4040
run: python -m build

.github/workflows/pypi-test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Install dependencies
3535
run: |
36-
python -m pip install build cibuildwheel twine
36+
python -m pip install build cibuildwheel
3737
3838
- name: Build pure python package
3939
run: python -m build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This repo offers [`py_ballisticcalc`](https://github.com/o-murphy/py-ballisticca
2020
https://github.com/dbookstaber/pyballistic
2121

2222
[license]:
23-
https://img.shields.io/github/license/o-murphy/py-ballisticcalc?style=flat-square
23+
https://img.shields.io/github/license/dbookstaber/pyballistic?style=flat-square
2424

2525
[LGPL-3]:
2626
https://opensource.org/licenses/LGPL-3.0-only

0 commit comments

Comments
 (0)