From 06dd2d6ffaf5f0d31b707275600b49d57be74b6f Mon Sep 17 00:00:00 2001 From: sethg Date: Thu, 16 May 2024 16:10:24 +0200 Subject: [PATCH] Remove unused token --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 14c56c1..28777cc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Test Python package +name: Wayfarer Python Package # see https://stackoverflow.com/a/56422603/179520 env: @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10"] + python-version: [3.9, "3.10"] steps: - uses: actions/checkout@v2 @@ -56,9 +56,9 @@ jobs: env: COVERALLS_FLAG_NAME: ${{ matrix.test-name }} COVERALLS_PARALLEL: true - # get token from https://coveralls.io/github/geographika/odbcutils - # and then add to https://github.com/geographika/odbcutils/settings/secrets/actions - COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} + # get token from https://coveralls.io/github/compassinformatics/wayfarer + # and then add to https://github.com/compassinformatics/wayfarer/settings/secrets/actions + # COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Build wheel and source distributions run: |