Skip to content

Commit a34960c

Browse files
committed
Remove intentional fails
1 parent f84802e commit a34960c

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ jobs:
119119
- name: List artifacts
120120
run: ls -la dist/
121121

122-
- name: Fail
123-
run: fail
124-
125122
- name: Publish to PyPI
126123
uses: pypa/gh-action-pypi-publish@release/v1
127124
with:

.github/workflows/publish_new_pypi_name.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,6 @@ jobs:
191191
- name: List artifacts
192192
run: ls -la dist/
193193

194-
- name: Fail
195-
run: fail
196-
197194
- name: Publish to PyPI
198195
uses: pypa/gh-action-pypi-publish@release/v1
199196
with:

0 commit comments

Comments
 (0)