Skip to content

Commit

Permalink
This does what I wanted
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Mar 25, 2024
1 parent 1c459c0 commit 5bfc275
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/Package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
# fetch-tags: true
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand All @@ -20,8 +19,6 @@ jobs:
sudo apt update -y
- name: PIP Install
run: pip install --upgrade build setuptools twine wheel
# - name: Git fetch
# run: git fetch --prune --unshallow
- name: Get Branch Name
run: |
branchname=$(git rev-parse --abbrev-ref HEAD)
Expand Down

0 comments on commit 5bfc275

Please sign in to comment.