Skip to content

Commit

Permalink
fix: version bump (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
noam09 authored Sep 10, 2024
1 parent 1552077 commit e8db302
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Get md5sum
run: |
echo "::set-output name=FILEHASH::$(md5sum ./out/dist/Telegramer-2.1.1.0-py${{ matrix.python-version }}.egg | cut -d ' ' -f 1)"
echo "::set-output name=FILEHASH::$(md5sum ./out/dist/Telegramer-2.1.1.3-py${{ matrix.python-version }}.egg | cut -d ' ' -f 1)"
id: filehash

# - name: Create Release
Expand Down Expand Up @@ -108,8 +108,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
upload_url: ${{ steps.get_release_info.outputs.upload_url }}
asset_path: ./out/dist/Telegramer-2.1.1.0-py${{ matrix.python-version }}.egg
asset_name: 'Telegramer-2.1.1.0-py${{ matrix.python-version }}.egg'
asset_path: ./out/dist/Telegramer-2.1.1.3-py${{ matrix.python-version }}.egg
asset_name: 'Telegramer-2.1.1.3-py${{ matrix.python-version }}.egg'
asset_content_type: application/octet-stream

# - name: Upload Release Asset
Expand All @@ -119,6 +119,6 @@ jobs:
# GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
# asset_path: ./out/dist/Telegramer-2.1.1.0-py${{ matrix.python-version }}.egg
# asset_name: 'Telegramer-2.1.1.0-py${{ matrix.python-version }}.egg'
# asset_path: ./out/dist/Telegramer-2.1.1.3-py${{ matrix.python-version }}.egg
# asset_name: 'Telegramer-2.1.1.3-py${{ matrix.python-version }}.egg'
# asset_content_type: application/octet-stream

0 comments on commit e8db302

Please sign in to comment.