Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Commit 9af199c

Browse files
committed
Merge branch 'hotfix/publish-action'
2 parents 3f41ca6 + e73caec commit 9af199c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish-to-test-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@2
13+
- uses: actions/checkout@v2
1414
- name: Set up Python 3.9
1515
uses: actions/setup-python@v1
1616
with:

0 commit comments

Comments
 (0)