Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
amitgaru2 committed Sep 4, 2023
1 parent 5315b40 commit 10aa929
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ jobs:

- name: Publish to PyPI
run: twine upload dist/* -u xillar -p ${{ secrets.PYPI_PASSWORD }}

- name: Output new version
id: meta
run: |
echo "version=$(python -c 'import nepali_datetime; print(nepali_datetime.__version__)')" >> $GITHUB_OUTPUT
- name: Create a new github release
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.meta.outputs.version }}
name: Release ${{ steps.meta.outputs.version }}

0 comments on commit 10aa929

Please sign in to comment.