We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ccd89a commit 1678c51Copy full SHA for 1678c51
.github/workflows/publish.yml
@@ -7,12 +7,11 @@ on:
7
8
jobs:
9
test:
10
+ runs-on: ubuntu-latest
11
strategy:
12
matrix:
- os: [ubuntu-latest, macos-latest]
13
python-version: ["3.11"]
14
15
- runs-on: ${{ matrix.os }}
16
steps:
17
- uses: actions/checkout@v4
18
@@ -68,3 +67,4 @@ jobs:
68
67
uses: pypa/gh-action-pypi-publish@release/v1
69
with:
70
password: ${{ secrets.PYPI_TOKEN }}
+ password: ${{ secrets.PYPI_TOKEN }}
.github/workflows/test.yml
@@ -8,12 +8,11 @@ on:
19
0 commit comments