gopidesupavan commented on issue #41937: URL: https://github.com/apache/airflow/issues/41937#issuecomment-2509555634
Alright have basic feat workflow. it will not do any publish but it checks out the packages from the svn and validates checksum and svn check. if this workflow design and approach make sense we can further extend this one. Action repo: https://github.com/gopidesupavan/gh-svn-pypi-publisher/pull/1 This is usage repo: https://github.com/gopidesupavan/example-workspace/blob/main/publish-config.yml SVN check: It takes all the extensions from the config file and checks if the package has all the required extensions or not. Checksum check: It takes the checksum type from the config file and checks if the package has the required checksum or not. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
