Skip to content

Commit d79c015

Browse files
authored
Merge pull request #14 from dwhswenson/spec0-tools
Rename package/repo to spec0-tools
2 parents b26afc0 + d10392a commit d79c015

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
deploy_pypi:
12-
if: ${{ github.repository == 'omsf/spec0' }}
12+
if: ${{ github.repository == 'omsf/spec0-tools' }}
1313
runs-on: ubuntu-latest
1414
name: "Publish on PyPI"
1515
permissions:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ requires = ["setuptools>=61.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "spec0"
7-
version = "0.0.1.dev0"
6+
name = "spec0-tools"
7+
version = "0.1.0"
88
description = "A tool to check which versions of a package should be supported according to SPEC0."
99
authors = [
1010
{ name = "David W.H. Swenson", email = "dwhs@hyperblazer.net" }

0 commit comments

Comments
 (0)