From: Bob Halley Date: Wed, 3 Sep 2025 19:53:23 +0000 (-0700) Subject: still trying X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f71aa4a3a1140e3205388bb6c4b7cc7eca2e644;p=thirdparty%2Fdnspython.git still trying --- diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c48cc203..c57e8b97 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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