We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c5d8c commit d8d87eeCopy full SHA for d8d87ee
.github/workflows/test_and_release.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Download distribution packages
91
uses: actions/download-artifact@v4
92
with:
93
- name: dist-${{ matrix.python-version }}
+ name: dist-3.x
94
path: dist/
95
- name: Deploy to PyPI
96
uses: pypa/gh-action-pypi-publish@release/v1
zxing/version.py
@@ -1 +1 @@
1
-__version__ = "1.0.3"
+__version__ = "1.0.4"
0 commit comments