Skip to content

Commit

Permalink
Merge pull request #9 from kleo-53/backup
Browse files Browse the repository at this point in the history
Set up artifact uploading
  • Loading branch information
kleo-53 authored Sep 22, 2023
2 parents 44b1a39 + ff8503b commit 1458826
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 24 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/publish-artifact.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/tox-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ jobs:

- name: Run Tox
run: tox

- name: Publish artifact
if: github.event_name == 'pull_request'
uses: actions/upload-artifact@v2
with:
name: pioneer-uploader
path: ./dist
if-no-files-found: error
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ __pycache__/
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
Expand Down
File renamed without changes.

0 comments on commit 1458826

Please sign in to comment.