Skip to content

Commit f49a78a

Browse files
committed
New version release - new features and bug fixes
1 parent 88eebc7 commit f49a78a

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

.github/workflows/deploy-wheels.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -197,22 +197,22 @@ jobs:
197197
path: dist/*.whl
198198
if-no-files-found: error
199199

200-
#upload_pypi_test:
201-
# name: Upload to PyPI test
202-
# needs: [build_universal_wheel, build_wheels_win_32, build_wheels_win_64, build_wheels_manylinux, build_wheels_macos, build_wheels_macos_arm]
203-
# runs-on: ubuntu-latest
204-
# steps:
205-
# - uses: actions/download-artifact@v2
206-
# with:
207-
# name: artifact
208-
# path: dist
209-
#
210-
# - name: Publish package to TestPyPI
211-
# uses: pypa/gh-action-pypi-publish@master
212-
# with:
213-
# user: ${{ secrets.test_pypi_username }}
214-
# password: ${{ secrets.test_pypi_password }}
215-
# repository_url: https://test.pypi.org/legacy/
200+
upload_pypi_test:
201+
name: Upload to PyPI test
202+
needs: [build_universal_wheel, build_wheels_win_32, build_wheels_win_64, build_wheels_manylinux, build_wheels_macos, build_wheels_macos_arm]
203+
runs-on: ubuntu-latest
204+
steps:
205+
- uses: actions/download-artifact@v2
206+
with:
207+
name: artifact
208+
path: dist
209+
210+
- name: Publish package to TestPyPI
211+
uses: pypa/gh-action-pypi-publish@master
212+
with:
213+
user: ${{ secrets.test_pypi_username }}
214+
password: ${{ secrets.test_pypi_password }}
215+
repository_url: https://test.pypi.org/legacy/
216216

217217
upload_pypi:
218218
name: Upload to PyPI

delphifmx/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.50"
1+
__version__ = "0.1.51"

0 commit comments

Comments
 (0)