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 d9ee778 commit bd04953Copy full SHA for bd04953
.github/workflows/merge.yml
@@ -92,12 +92,12 @@ jobs:
92
run: |
93
echo "Failed to restore Python virtual environment from cache"
94
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
+ - name: Build a distribution
+ run: >-
+ python setup.py sdist
+ - name: Publish distribution 📦 to Test PyPI
+ uses: pypa/gh-action-pypi-publish@master
+ with:
+ password: ${{ secrets.pypi_token }}
+ repository_url: https://pypi.org/legacy/
+ skip_existing: true
0 commit comments