Skip to content

Commit

Permalink
setting up github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Divinemonk committed Jan 28, 2024
1 parent 866bad4 commit e5e11a1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
name: Upload Python Package

on:
release:
types: [published]
push

permissions:
contents: read
Expand All @@ -20,6 +19,13 @@ jobs:
name: Build & Publish Python Package
runs-on: ubuntu-latest

environment:
name: pypi
url: https://pypi.org/p/bto

permissions:
id-token: write

steps:
- uses: actions/checkout@v3

Expand Down
Binary file added dist/bto-0.0.8-py3-none-any.whl
Binary file not shown.
Binary file added dist/bto-0.0.8.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/bto.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: bto
Version: 1.0.0
Version: 0.0.8
Summary: [BTO]: multi-purpose cli tool (one-script-to-rule-them-all)
Author: Divinemonk
Maintainer: Divinemonk
Expand Down
2 changes: 1 addition & 1 deletion src/bto.egg-info/entry_points.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[console_scripts]
bto = bto.bto:main
bto = bto:main

0 comments on commit e5e11a1

Please sign in to comment.