Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-auchincloss committed Feb 19, 2024
1 parent 913058a commit dc8dd64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
- name: Upload sdist
uses: actions/upload-artifact@v3
with:
name: hatch-cython.tar.gz
path: ./dist/*.tar.gz

wheel:
Expand All @@ -134,7 +133,6 @@ jobs:
- name: Upload wheel
uses: actions/upload-artifact@v3
with:
name: hatch-cython-${{ matrix.python-version }}-${{ matrix.os }}.whl
path: ./dist/*.whl

release:
Expand All @@ -153,8 +151,9 @@ jobs:
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
fail_on_unmatched_files: true
files: |-
dist/*
dist/*.whl
dist/*.tar.gz
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Build Tools",
Expand Down

0 comments on commit dc8dd64

Please sign in to comment.