We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041ecf0 commit 8f71aa4Copy full SHA for 8f71aa4
1 file changed
.github/workflows/publish.yml
@@ -40,12 +40,12 @@ jobs:
40
- uses: actions/checkout@v4
41
with:
42
persist-credentials: false
43
- - name: Update project
44
- run: python3 util/make-test-project
45
- name: Set up Python
46
uses: actions/setup-python@v5
47
48
python-version: "3.x"
+ - name: Update project
+ run: python3 ./util/make-test-project
49
- name: Install pypa/build
50
run: >-
51
python3 -m
0 commit comments