Skip to content

Commit

Permalink
ci: remove packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzlerch committed Jul 3, 2023
1 parent 55904fe commit f466adc
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,31 +78,3 @@ jobs:
- name: Run black
run: black --check .
working-directory: .
packaging:
name: packaging
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Install pretix
run: pip3 install pretix
- name: Install Dependencies
run: pip3 install twine check-manifest -Ue .
- name: Run check-manifest
run: check-manifest .
working-directory: .
- name: Build package
run: python setup.py sdist
working-directory: .
- name: Check package
run: twine check dist/*
working-directory: .

0 comments on commit f466adc

Please sign in to comment.