Skip to content

Commit 7020827

Browse files
committed
remove python version and fix tag release pipeline
1 parent a3a5284 commit 7020827

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/lint-test-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
uses: pypyr/run-in-tox-action@master
3030
with:
3131
pipeline: ops/build package
32-
python-version: ${{ matrix.python-version }}
32+
# python-version: ${{ matrix.python-version }}

.github/workflows/publish.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
uses: pypyr/run-in-tox-action@master
1818
with:
1919
pipeline: ops/build package publish
20-
python-version: ${{ matrix.python-version }}
2120
env:
2221
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2322
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

.github/workflows/tag-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: run tag pipeline.
2626
uses: pypyr/run-in-tox-action@master
2727
with:
28-
pipeline: tox ops/tag
28+
pipeline: ops/tag

0 commit comments

Comments
 (0)