Skip to content

Commit

Permalink
Merge branch 'main' into build-and-deploy-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jarredSafegraph authored Mar 25, 2024
2 parents 45099a8 + 37dbabf commit eac38fd
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build-and-deploy-release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Upload Python Package

on:
release:
types: [push]
types: [psuh]

permissions:
contents: read
Expand All @@ -19,17 +19,17 @@ jobs:
with:
python-version: '3.10'

# - name: Install build tools
# run: |
# python -m pip install --upgrade pip setuptools wheel build twine
#
# - name: Build distribution
# run: |
# python -m build --sdist
# python -m build --wheel
#
# - name: Check distribution
# run: twine check dist/*
- name: Install build tools
run: |
python -m pip install --upgrade pip setuptools wheel build twine
- name: Build distribution
run: |
python -m build --sdist
python -m build --wheel
- name: Check distribution
run: twine check dist/*

# - name: Upload to TestPyPI
# env:
Expand Down

0 comments on commit eac38fd

Please sign in to comment.