We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42a597 commit 1afa897Copy full SHA for 1afa897
2 files changed
.github/workflows/release.yaml .github/workflows/release_package.yml.github/workflows/release.yaml renamed to .github/workflows/release_package.yml
@@ -1,4 +1,4 @@
1
-name: Publish
+name: Sync Version and Publish
2
3
on:
4
push:
@@ -66,9 +66,9 @@ jobs:
66
python -m pip install --upgrade pip
67
pip install --index-url https://test.pypi.org/simple/ --no-deps mypackage
68
69
- # - name: Publish to PyPI
70
- # if: success()
71
- # uses: pypa/gh-action-pypi-publish@release/v1
72
- # with:
73
- # user: __token__
74
- # password: ${{ secrets.PYPI_API_TOKEN }}
+ - name: Publish to PyPI
+ if: success()
+ uses: pypa/gh-action-pypi-publish@release/v1
+ with:
+ user: __token__
+ password: ${{ secrets.PYPI_API_TOKEN }}
pytest_htmlx/__init__.py
@@ -1 +1 @@
-__version__ = "0.3.3"
+__version__ = "0.3.2"
0 commit comments