summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2021-10-28 14:55:11 -1000
committerMatthew Peveler <matt.peveler@gmail.com>2021-10-28 15:07:50 -1000
commit74823bed08e7b823d2b6cba8636a1fd67fed6cc9 (patch)
treebe2e4312ffb77c6192755aa40cb9e2e997e7cda1
parent38fb7b2bd423ed856da3a96bd204893fcf7d277c (diff)
downloadasciidoc-py3-74823bed08e7b823d2b6cba8636a1fd67fed6cc9.tar.gz
Add missing build step for release workflow10.0.1
-rw-r--r--.github/workflows/release.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 0322b1a..31dcb77 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -37,6 +37,11 @@ jobs:
asset_name: asciidoc-${{ github.event.release.tag_name }}.tar.gz
asset_content_type: application/gzip
+ - run: sudo rm -rf build
+
+ - name: Build release
+ run: python setup.py sdist bdist_wheel --universal
+
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with: