Skip to content

Commit

Permalink
Remove pyspark
Browse files Browse the repository at this point in the history
  • Loading branch information
dacort committed Mar 14, 2023
1 parent 6c3934c commit c90a2ae
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ env:
jobs:
deploy:
runs-on: ubuntu-20.04
defaults:
run:
working-directory: ./pyspark
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand All @@ -32,5 +29,5 @@ jobs:
installer-parallel: true
- name: Build and publish
run: |
poetry version ${{github.ref_name}}
poetry publish --build
poetry version ${{github.ref_name}}
poetry publish --build

0 comments on commit c90a2ae

Please sign in to comment.