Skip to content

Commit

Permalink
All things working for PyPI test
Browse files Browse the repository at this point in the history
  • Loading branch information
vhaasteren committed Nov 8, 2023
1 parent 6a23309 commit 7e58a88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.x'
# - name: Extract version from git tag
# id: get_version
# run: echo "::set-output name=VERSION::$(git describe --tags --abbrev=0)"
# shell: bash
# - name: Set package version
# run: |
# echo "__version__ = '${{ steps.get_version.outputs.VERSION }}'" > fastshermanmorrison/version.py
- name: Install build dependencies
run: |
python -m pip install --upgrade pip setuptools wheel cython cibuildwheel==2.3.1
Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ build-backend = "setuptools.build_meta"

[project]
name = "fastshermanmorrison-pulsar"
dynamic = ["version"]
authors = [
{name="Rutger van Haasteren", email="[email protected]"},
]
Expand All @@ -23,6 +22,5 @@ classifiers = [
"Bug Tracker" = "https://github.com/vhaasteren/fastshermanmorrison/issues"

[tool.setuptools_scm]
# Optional: Write the version number to your package's __version__.py
write_to = "fastshermanmorrison/version.py"
write_to = "fastshermanmorrison/_version.py"
write_to_template = "__version__ = '{version}'"

0 comments on commit 7e58a88

Please sign in to comment.