Skip to content

Commit

Permalink
Cleanup package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 2, 2024
1 parent 076755d commit 85e1126
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/package-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,10 @@ jobs:
runs-on: ubuntu-latest
container:
image: debian:11
# volumes:
# - ${{ github.workspace }}:/src
outputs:
version: ${{ steps.version.outputs.version }}
steps:
- uses: actions/checkout@master
# - name: Set up Python 3.10
# uses: actions/setup-python@v4
# with:
# python-version: "3.10"

- name: Update Apt
run: >-
Expand All @@ -50,10 +44,6 @@ jobs:
texinfo unzip help2man gawk libtool-bin libncurses5-dev
bison wget rsync git
# - name: Change dir to source directory
# run: |
# cd /src

- name: Create virtualenv
run: >-
python3 -m venv venv
Expand Down Expand Up @@ -86,10 +76,6 @@ jobs:
path: dist/*
retention-days: 5

- name: List dist directory
run: |
ls -lah dist
- name: Read Version
run: >-
python3
Expand Down

0 comments on commit 85e1126

Please sign in to comment.