Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Mar 4, 2024
1 parent b97f0de commit 3afeeae
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/build-hatchling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
tags:
- hatchling-v*
pull_request:
branches:
- master

jobs:
build:
Expand Down Expand Up @@ -40,7 +43,12 @@ jobs:
name: artifacts
path: dist

- name: Push build artifacts to PyPI
uses: pypa/[email protected]
with:
skip-existing: true
- name: Build source distribution
run: |
ls
ls dist
# - name: Push build artifacts to PyPI
# uses: pypa/[email protected]
# with:
# skip-existing: true

0 comments on commit 3afeeae

Please sign in to comment.