We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e0963e + 88f5779 commit 361c936Copy full SHA for 361c936
2 files changed
.github/workflows/release.yml
@@ -27,11 +27,6 @@ jobs:
27
--sdist
28
--wheel
29
--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/
35
- name: Publish distribution 📦 to PyPI
36
if: startsWith(github.ref, 'refs/tags')
37
uses: pypa/gh-action-pypi-publish@release/v1
setup.py
@@ -7,7 +7,7 @@ def read(fname):
7
return open(os.path.join(os.path.dirname(__file__), fname)).read()
8
9
10
-VERSION = '0.23.0'
+VERSION = '0.23.1'
11
12
setup(
13
name='bigcommerce',
0 commit comments