Skip to content

Commit

Permalink
Update version to 1.1 for github oidc publish
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdhasjg committed Nov 15, 2023
1 parent 45bab4a commit 2c0a762
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
build:
runs-on: ubuntu-latest
environment: pypi
permissions:
id-token: write
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -25,10 +27,9 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build and publish to PyPI
- name: Build
run: |
python setup.py sdist bdist_wheel
python -m twine upload dist/*
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
- name: Publish release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
2 changes: 1 addition & 1 deletion aws_fusion/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0'
__version__ = '1.1'

0 comments on commit 2c0a762

Please sign in to comment.