Skip to content

Commit

Permalink
Include version in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
robolyst committed May 14, 2023
1 parent 002916c commit 4e6a4ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build and publish to PyPI

on:
release:
tags:
- "v*"
on: [release]


jobs:
Expand All @@ -26,6 +23,7 @@ jobs:
python -m pip install --upgrade build twine
python -m build
python -m twine check --strict dist/*
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include readme.md
include version.py

0 comments on commit 4e6a4ed

Please sign in to comment.