We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c98f0c commit d1dcd44Copy full SHA for d1dcd44
1 file changed
.github/workflows/package.yml
@@ -44,6 +44,8 @@ jobs:
44
- os: ubuntu-latest
45
platform-tag: py3-none-linux_x86_64
46
steps:
47
+ - name: Checkout
48
+ uses: actions/checkout@v4
49
- name: Set up Python
50
uses: actions/setup-python@v6
51
with:
0 commit comments