Skip to content

Commit bd04953

Browse files
committed
Allow merge to pypi (still softfailing if already exists) - typo
1 parent d9ee778 commit bd04953

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/merge.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ jobs:
9292
run: |
9393
echo "Failed to restore Python virtual environment from cache"
9494
exit 1
95-
- name: Build a distribution
96-
run: >-
97-
python setup.py sdist
98-
- name: Publish distribution 📦 to Test PyPI
99-
uses: pypa/gh-action-pypi-publish@master
100-
with:
101-
password: ${{ secrets.pypi_token }}
102-
repository_url: https://pypi.org/legacy/
103-
skip_existing: true
95+
- name: Build a distribution
96+
run: >-
97+
python setup.py sdist
98+
- name: Publish distribution 📦 to Test PyPI
99+
uses: pypa/gh-action-pypi-publish@master
100+
with:
101+
password: ${{ secrets.pypi_token }}
102+
repository_url: https://pypi.org/legacy/
103+
skip_existing: true

0 commit comments

Comments
 (0)