Skip to content

Commit

Permalink
bump version, merge pull request #39 from iterative/devel
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl authored Jul 8, 2021
2 parents 7802725 + 2f9866c commit b3f8d79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/comment-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
post({
owner: context.repo.owner, repo: context.repo.repo,
comment_id: context.payload.comment.id, content: "eyes"})
github-token: ${{ secrets.GH_TOKEN }}
- name: Tag Commit
run: |
git clone https://${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY} repo
Expand All @@ -48,3 +49,4 @@ jobs:
post({
owner: context.repo.owner, repo: context.repo.repo,
comment_id: context.payload.comment.id, content: "rocket"})
github-token: ${{ secrets.GH_TOKEN }}
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: set PYSHA
run: echo "PYSHA=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
- uses: actions/cache@v1
Expand Down Expand Up @@ -54,7 +52,8 @@ jobs:
- id: dist
uses: casperdcl/deploy-pypi@v2
with:
pip: true
requirements: twine setuptools wheel setuptools_scm[toml]
build: true
password: ${{ secrets.PYPI_TOKEN }}
upload: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') }}
- name: Changelog
Expand All @@ -64,7 +63,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
release_name: shtab ${{ github.ref }} stable
name: shtab ${{ github.ref }} beta
body_path: _CHANGES.md
draft: true
files: |
Expand Down

0 comments on commit b3f8d79

Please sign in to comment.