Skip to content

Commit

Permalink
Remove unused token
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed May 16, 2024
1 parent c31794b commit 06dd2d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Python package
name: Wayfarer Python Package

# see https://stackoverflow.com/a/56422603/179520
env:
Expand All @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 06dd2d6

Please sign in to comment.