- 
                Notifications
    
You must be signed in to change notification settings  - Fork 20
 
use public github action for pypi release #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
        
          
                .github/workflows/client_build
              
                Outdated
          
        
      | runs-on: ubuntu-latest | ||
| environment: | ||
| name: pypi | ||
| url: https://pypi.org/p/<your-pypi-project-name> | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the project name needs to be inserted here
        
          
                .github/workflows/client_build
              
                Outdated
          
        
      | runs-on: ubuntu-latest | ||
| environment: | ||
| name: pypi | ||
| url: https://pypi.org/p/<your-pypi-project-name> | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does need to get filled with richenum?
        
          
                .github/workflows/client_build
              
                Outdated
          
        
      | runs-on: ubuntu-latest | ||
| environment: | ||
| name: pypi | ||
| url: https://pypi.org/p/<your-pypi-project-name> | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yikes
        
          
                .github/workflows/client_build
              
                Outdated
          
        
      | runs-on: ubuntu-latest | ||
| environment: | ||
| name: pypi | ||
| url: https://pypi.org/p/<your-pypi-project-name> | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same
          
 | 
    



I'm trying to use the publicly available pypi github action to see if that will allow us to deploy this without the terminal.