Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #186 from matthewbelisle-wf/RED-5091-2
Browse files Browse the repository at this point in the history
RED-5091 - Fixing github action syntax
  • Loading branch information
matthewbelisle-wf authored Jun 27, 2022
2 parents 117ddbc + b9f92b7 commit 1705ad1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Publish to pypi
on: [push]
jobs:
Publish:
runs-on: ubuntu-latest
steps:
- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 1705ad1

Please sign in to comment.