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 a3a5284 commit 7020827Copy full SHA for 7020827
.github/workflows/lint-test-build.yaml
@@ -29,4 +29,4 @@ jobs:
29
uses: pypyr/run-in-tox-action@master
30
with:
31
pipeline: ops/build package
32
- python-version: ${{ matrix.python-version }}
+ # python-version: ${{ matrix.python-version }}
.github/workflows/publish.yaml
@@ -17,7 +17,6 @@ jobs:
17
18
19
pipeline: ops/build package publish
20
21
env:
22
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
23
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
.github/workflows/tag-release.yaml
@@ -25,4 +25,4 @@ jobs:
25
- name: run tag pipeline.
26
27
28
- pipeline: tox ops/tag
+ pipeline: ops/tag
0 commit comments