Skip to content

Commit e073fe0

Browse files
author
Tom Augspurger
authored
Update publish.yml
1 parent d97fd60 commit e073fe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
permissions:
1515
id-token: write
1616
steps:
17-
# retrieve your distributions here
17+
- uses: actions/checkout@v2
1818
- name: Set up Python 3.x
1919
uses: actions/setup-python@v2
2020
with:
@@ -30,4 +30,4 @@ jobs:
3030
python -m build
3131
3232
- name: Publish package distributions to PyPI
33-
uses: pypa/gh-action-pypi-publish@release/v1
33+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)