Skip to content

Commit 361c936

Browse files
authored
Merge pull request #112 from bookernath/cd-action
Remove test PyPi from CD and release
2 parents 6e0963e + 88f5779 commit 361c936

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ jobs:
2727
--sdist
2828
--wheel
2929
--outdir dist/
30-
- name: Publish distribution 📦 to Test PyPI
31-
uses: pypa/gh-action-pypi-publish@release/v1
32-
with:
33-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
34-
repository-url: https://test.pypi.org/legacy/
3530
- name: Publish distribution 📦 to PyPI
3631
if: startsWith(github.ref, 'refs/tags')
3732
uses: pypa/gh-action-pypi-publish@release/v1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def read(fname):
77
return open(os.path.join(os.path.dirname(__file__), fname)).read()
88

99

10-
VERSION = '0.23.0'
10+
VERSION = '0.23.1'
1111

1212
setup(
1313
name='bigcommerce',

0 commit comments

Comments
 (0)