Browse Source

Merge pull request #29 from smartfile/fix-workflow

Remove unused environment variable
test_fixup
Clifton Barnes 2 years ago
committed by GitHub
parent
commit
c2e95ee10c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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

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

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


Loading…
Cancel
Save