Skip to content

Commit eafd1a2

Browse files
committed
remove env
1 parent 66dd53b commit eafd1a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
pypi-release:
6464
name: Publish to Pypi
6565
runs-on: ubuntu-latest
66-
environment: pypi-publish
66+
# environment: pypi-publish
6767
# if: startsWith(github.ref, 'refs/tags/')
6868
needs: [ build-wheels, build-sdist]
6969
steps:
@@ -77,7 +77,8 @@ jobs:
7777
with:
7878
python-version: '3.10'
7979

80-
80+
- name: Setup tmate session
81+
uses: mxschmitt/action-tmate@v3
8182
# - name: Publish to PyPI
8283
# env:
8384
# TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)