Skip to content

Commit

Permalink
Remove testing leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Feb 27, 2023
1 parent 5438dc1 commit 7bf26cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/wheel.yml
Expand Up @@ -4,7 +4,6 @@ on:
push:
tags:
- core-*
pull_request:

jobs:
build_wheels_matrix:
Expand Down Expand Up @@ -91,7 +90,6 @@ jobs:
path: packages/vaex-core/dist

- name: Publish a Python distribution to PyPI
if: github.event_name == 'push'
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.pypi_password_vaex_core }}
Expand Down

0 comments on commit 7bf26cc

Please sign in to comment.