We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1898f commit 5ccfcb4Copy full SHA for 5ccfcb4
.github/workflows/main.yml
@@ -31,6 +31,12 @@ jobs:
31
pip install pytest
32
pip install pytest-cov
33
pytest ./tests/tests.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
34
+ - name: Install pypa/build
35
+ run: >-
36
+ python -m
37
+ pip install
38
+ build
39
+ --user
40
- name: Build a binary wheel and a source tarball
41
run: >-
42
python -m
@@ -44,7 +50,6 @@ jobs:
44
50
password: ${{ secrets.testpypi_password }}
45
51
repository_url: https://test.pypi.org/legacy/
46
52
- name: Publish distribution 📦 to PyPI
47
- #if: startsWith(github.ref, 'refs/tags/v')
48
53
uses: pypa/gh-action-pypi-publish@master
49
54
with:
55
password: ${{ secrets.pypi_password }}
0 commit comments