]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
still trying
authorBob Halley <halley@dnspython.org>
Wed, 3 Sep 2025 19:53:23 +0000 (12:53 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 3 Sep 2025 19:53:23 +0000 (12:53 -0700)
.github/workflows/publish.yml

index c48cc2033b47e578d26240cacbecdfa0bb917a06..c57e8b97929af8cc832307e1d92e281481c60fac 100644 (file)
@@ -40,12 +40,12 @@ jobs:
     - uses: actions/checkout@v4
       with:
         persist-credentials: false
-    - name: Update project
-      run: python3 util/make-test-project
     - name: Set up Python
       uses: actions/setup-python@v5
       with:
         python-version: "3.x"
+    - name: Update project
+      run: python3 ./util/make-test-project
     - name: Install pypa/build
       run: >-
         python3 -m