Skip to content

Commit

Permalink
Merge pull request #158 from LibreTexts/v0.6.0-release
Browse files Browse the repository at this point in the history
v0.6.0 release
  • Loading branch information
TimStewartJ authored Dec 10, 2022
2 parents 4af4726 + cbdf79f commit a234f8c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,20 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: |
python -m pip install --upgrade pip
python -m pip install setuptools wheel
python -m pip install .
- name: Install pypa/build
run: >-
python -m
pip install
build
--user
- name: Build a binary wheel and a source tarball
run: >-
python -m
build
--sdist
--wheel
--outdir dist/
.
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
2 changes: 1 addition & 1 deletion ngshare/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.3'
__version__ = '0.6.0'

0 comments on commit a234f8c

Please sign in to comment.