Skip to content

Commit

Permalink
✨Added emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDanniCraft authored Jul 9, 2024
1 parent cacb7da commit 091374c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:
permissions:
id-token: write # Mandatory for trusted publishing
steps:
- name: Checkout
- name: Checkout 🛎️
uses: actions/checkout@v4
- run: python3 -m pip install --upgrade build && python3 -m build
- name: Publish package
- name: Install and build package 🏗️
run: |
python3 -m pip install --upgrade build
python3 -m build
- name: Publish package 🚀
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 091374c

Please # to comment.