We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac235b commit a207bffCopy full SHA for a207bff
1 file changed
.github/workflows/test_and_release.yml
@@ -46,6 +46,8 @@ jobs:
46
runs-on: ubuntu-latest
47
48
steps:
49
+ - name: Checkout repository
50
+ uses: actions/checkout@v4
51
- name: Package and publish
52
uses: EffectiveRange/python-package-github-action@v2
53
with:
0 commit comments