Skip to content

Commit

Permalink
pybamm-team#3049 Fix UNKNOWN name error on SDist
Browse files Browse the repository at this point in the history
See pypa/setuptools#3269 for more details
  • Loading branch information
agriyakhetarpal authored and js1tr3 committed Aug 12, 2024
1 parent dd07a62 commit 04bd1f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
if-no-files-found: error

build_sdist:
name: Build sdist
name: Build SDist
runs-on: ubuntu-latest

steps:
Expand All @@ -136,7 +136,7 @@ jobs:
- name: Build sdist
run: python -m build --sdist

- name: Upload sdist
- name: Upload SDist
uses: actions/upload-artifact@v3
with:
name: sdist
Expand Down

0 comments on commit 04bd1f3

Please sign in to comment.