Skip to content

Commit f7651e1

Browse files
authored
Update pypi.yml
1 parent be72aea commit f7651e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v4
1414
with:
15-
python-version: 3.10
15+
python-version: "3.10"
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
@@ -22,4 +22,4 @@ jobs:
2222
uses: pypa/gh-action-pypi-publish@release/v1
2323
with:
2424
user: __token__
25-
password: ${{ secrets.PYPI_TOKEN }}
25+
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)