Skip to content

Commit

Permalink
Merge pull request #174 from lsst-sqre/tickets/DM-39837
Browse files Browse the repository at this point in the history
DM-39837: Check package version in GitHub Action release published event
  • Loading branch information
jonathansick committed Jul 7, 2023
2 parents 227c483 + 1c5ad48 commit 393e6ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,12 @@ jobs:
npm install
npm run build
- name: Show package version
run: |
python -c 'import documenteer; print(documenteer.__version__)'
- name: Build and publish
uses: lsst-sqre/build-and-publish-to-pypi@tickets/DM-39837
with:
python-version: '3.11'
upload: 'false'

0 comments on commit 393e6ae

Please sign in to comment.