Skip to content

Commit

Permalink
🚀 Test publishing the source too
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed Mar 10, 2024
1 parent 3746e84 commit 362fa15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spackage: # Create a source package for the library
$(build) -s

.PHONY: packagecheck
packagecheck: package # Check the packaging.
packagecheck: package spackage # Check the packaging.
$(twine) check dist/*

.PHONY: testdist
Expand Down
2 changes: 1 addition & 1 deletion oshit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__credits__ = ["Dave Pearson"]
__maintainer__ = "Dave Pearson"
__email__ = "davep@davep.org"
__version__ = "0.11.0"
__version__ = "0.11.1"
__licence__ = "GPLv3+"

##############################################################################
Expand Down

0 comments on commit 362fa15

Please sign in to comment.