Skip to content

Commit 0e223f6

Browse files
author
2captcha
authored
Update publish-to-pypi.yml
1 parent c3c093d commit 0e223f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ jobs:
44
build-n-publish:
55
name: Build and publish to PyPI
66
runs-on: ubuntu-latest
7-
steps:
7+
steps:
88
- uses: actions/checkout@master
99
- name: Set up Python 3.10
1010
uses: actions/setup-python@v3
1111
with:
1212
python-version: "3.10"
13-
- name: Install pypa/build
13+
- name: Install pypa/build
1414
run: >-
1515
python -m
1616
pip install
@@ -33,4 +33,4 @@ jobs:
3333
if: startsWith(github.ref, 'refs/tags')
3434
uses: pypa/gh-action-pypi-publish@release/v1
3535
with:
36-
password: ${{ secrets.PYPI_API_TOKEN }}
36+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)