Browse Source

Remove unused environment variable

test_fixup
Clifton Barnes 2 years ago
parent
commit
e6f7963525
No known key found for this signature in database GPG Key ID: 4D011A1BC4B239D7
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      .github/workflows/deploy.yml

+ 0
- 2
.github/workflows/deploy.yml View File

@@ -19,8 +19,6 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3


- name: Build the library - name: Build the library
env:
PYVER: ${{ matrix.version }}
run: python3 setup.py sdist run: python3 setup.py sdist


- uses: pypa/gh-action-pypi-publish@release/v1 - uses: pypa/gh-action-pypi-publish@release/v1


Loading…
Cancel
Save